home *** CD-ROM | disk | FTP | other *** search
/ An Introduction to Progr…l Basic 6.0 (4th Edition) / An Introduction to Programming using Visual Basic 6.0.iso / PROGRAMS / CH12 / MICROLND.MDB / Inventory.json < prev    next >
Encoding:
JavaScript Object Notation  |  1998-10-10  |  991 b 

  1. {
  2.     "schema": {
  3.         "itemID": "Text (5)",
  4.         "description": "Text (25)",
  5.         "price": "Single",
  6.         "quantity": "Integer"
  7.     },
  8.     "data": [
  9.         {
  10.             "itemID": "PL208",
  11.             "description": "Visual Basic-Standard",
  12.             "price": 89.5,
  13.             "quantity": 12
  14.         },
  15.         {
  16.             "itemID": "SW109",
  17.             "description": "MS Office Upgrade",
  18.             "price": 195.95,
  19.             "quantity": 2
  20.         },
  21.         {
  22.             "itemID": "HW913",
  23.             "description": "PaperPort ix",
  24.             "price": 300.25,
  25.             "quantity": 8
  26.         },
  27.         {
  28.             "itemID": "HW698",
  29.             "description": "ScanMaker",
  30.             "price": 329,
  31.             "quantity": 11
  32.         },
  33.         {
  34.             "itemID": "SW202",
  35.             "description": "WordPerfect",
  36.             "price": 269.95001,
  37.             "quantity": 45
  38.         },
  39.         {
  40.             "itemID": "SW919",
  41.             "description": "Day-Timer Organizer 2.1",
  42.             "price": 59.950001,
  43.             "quantity": 23
  44.         },
  45.         {
  46.             "itemID": "HW222",
  47.             "description": "Fuji HD Disks (30 pack)",
  48.             "price": 17.950001,
  49.             "quantity": 250
  50.         },
  51.         {
  52.             "itemID": "SW101",
  53.             "description": "Kurzwell VOICE for Win",
  54.             "price": 229,
  55.             "quantity": 5
  56.         },
  57.         {
  58.             "itemID": "HW921",
  59.             "description": "Zip Drive",
  60.             "price": 199.95,
  61.             "quantity": 25
  62.         },
  63.         {
  64.             "itemID": "SW934",
  65.             "description": "T-Shirt Maker",
  66.             "price": 39.950001,
  67.             "quantity": 10
  68.         },
  69.         {
  70.             "itemID": "SW672",
  71.             "description": "Hijaak Pro",
  72.             "price": 249.95,
  73.             "quantity": 9
  74.         }
  75.     ]
  76. }